Submit

Cite-able, content-addressed, signed memory of every place on Earth

@Vortx AI

Content-addressed, ed25519-signed memory of every place on Earth. Returns signed satellite, elevation, surface-water, and built-up facts for any location — Sentinel-1/2, Copernicus DEM, JRC Global Surface Water, Overture Maps, weather — fused into named recipes (flood risk, urban density, change-since-2020). Apache-2.0, no API keys for reads.
Overview

emem — Earth memory protocol

emem is a public, hosted MCP server that returns content-addressed, ed25519-signed facts about any place on Earth. Every answer carries a CID receipt that any operator can replay deterministically — no opaque "trust me" responses.

Data bands

  • Sentinel-2 L2A — optical RGB + NDVI + cloud cover
  • Sentinel-1 SAR — backscatter (flood / urban detection)
  • Copernicus DEM — elevation, slope, aspect
  • JRC Global Surface Water — permanent / seasonal water extent
  • Overture Maps — built-up footprint, POI density
  • Weather — current conditions at any cell

Composite recipes

  • Flood risk score
  • Urban density index
  • Change-since-2020 delta
  • Neighbourhood consistency (k-NN similarity)

Key tools

ToolWhat it does
emem_askSingle-shot Q&A about a place with signed receipts
emem_recallPull all facts at a cell64 grid cell (~305m × 611m)
emem_recall_polygonRecall across every cell inside a place's polygon
emem_compareCosine similarity between two cells
emem_diffDelta between two time slots for a band
emem_find_similark-NN search for cells similar to a target
emem_algorithmsContent-addressed registry of composition recipes
emem_locateResolve a place name to a cell64
emem_verifyVerify a claim against a cell's signed facts

Connect

Hosted (no setup):

{
  "mcpServers": {
    "emem": {
      "type": "streamable-http",
      "url": "https://emem.dev/mcp"
    }
  }
}

Self-host with Docker:

docker run -d \
  -p 5051:5051 \
  -v emem-data:/var/emem \
  ghcr.io/vortx-ai/emem:latest

Details

Server Config

{
  "mcpServers": {
    "emem": {
      "type": "streamable-http",
      "url": "https://emem.dev/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.